Welcome![Sign In][Sign Up]
Location:
Search - oracle vc

Search list

[Other resourceVC与ORACLE数据的提取

Description: VC与ORACLE数据提取编程,你可以在VC环境下操作ORACLE游刃有余!-VC and ORACLE data extraction program, you can operate under VC ORACLE toiled!
Platform: | Size: 52906 | Author: qk | Hits:

[ADO-ODBCVC动态SQL方法4连接Oracle的实现

Description: VC动态SQL方法4连接Oracle的实现.rar,数据库方面-VC four methods for connecting to Oracle realized. Rar, database
Platform: | Size: 121629 | Author: 刘稍微 | Hits:

[ADO-ODBCORACLE数据库

Description: vc中操作ORACLE数据库的实例!实现了对Oracle数据库的操作!-vc operates the ORACLE database the example! Has realized to the Oracle database operation!
Platform: | Size: 140303 | Author: 姓名 | Hits:

[Other resourceOCI+Oracle

Description: 这个是用OCI接口在VC平台上对Oracle 数据库的操作.包括对数据库的连接,数据表的提取,查询,删除,修改等基本功能.这个代码已经编译实现.-this is the VC OCI interface platform for Oracle database operation. Included in the database connectivity, data from the table, query, deletion, modification and other basic functions. This code is compiled to achieve.
Platform: | Size: 49737 | Author: 江宇 | Hits:

[ERP-EIP-OA-Portalmanagementsystem

Description: 一、目的意义: 1.掌握软件工程原理在实际系统开发中的具体应用,掌握在实际系统开发中数据库管理系统的使用。 2.全面提高学生的系统设计、开发能力。 二、课程设计要求 根据软件工程理论,借助VB、Java、VC++、Delphi等开发工具以及SQL Server、MySQL、Oracle等数据库管理系统,完成所选系统的开发。具体要求如下: 1.在系统设计环节,要做到: (1)需求分析。说明该系统的组成模块及完成的具体任务,可以用用例图表示。 (2)总体设计。说明进入系统可进行的操作,使用户可以从宏观上了解各个组件。 (3)功能设计。每个模块的具体功能描述。 2.数据库设计与实现 (1)数据库需求分析。给出相应数据表的设计以及功能。 (2)数据库的逻辑设计。用数据库关系图表示表与表相关字段之间的联系,给出各表的基本结构。 (3)创建数据表的脚本。 3.系统实现 整个系统的实现。包括程序源代码编写、调试、正确运行等 。 4.建议系统开发使用B/S模式-Personal day-to-day expenditure management system
Platform: | Size: 28672 | Author: 无名 | Hits:

[Database systemVC_Blob_oracle

Description: 将图片以blob数据的形式,保存到oracle数据库中,并可作相应的查询、显示-The picture to the form of blob data, save to the oracle database, and for the corresponding query, showing
Platform: | Size: 4400128 | Author: 张义 | Hits:

[Database systemORACLEc

Description: VC下oracle数据库的使用,讲解了怎么使用oracle数据库-VC under the oracle database used to explain how to use the oracle database
Platform: | Size: 152576 | Author: 刘慧 | Hits:

[ADO-ODBCHowToManipulateOracleDataUsingVC++

Description: This paper shows How To Manipulate Oracle Data Using VC-This paper shows How To Manipulate Oracle Data Using VC++
Platform: | Size: 285696 | Author: tom | Hits:

[Database systemsynchronize

Description: 1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchronize,即为同步。 本程序分为三个模块:数据库连接操作、通信模块(包括发送和接收)、用户操作更新数据、同步更新数据库模块。 2. 通信模块(包括发送和接收)模块(Comm) a) 功能:用于将从站的insert 语句发送到中心站,中心站正确 执行后将学号返回给从站,从站更新数据库。 同时在中心站上时接收从站的insert语句。 b) 工作流程: c) 数据结构:继承MFC中的CSyncSocket类,利用它的功能。 3. 用户操作更新数据模块(User) a) 功能:接收用户对数据库的插入命令,提供用户界面。 b) 工作流程: c) 数据结构: 4. 同步更新数据库模块模块(Asy) a) 功能:将中心站接收到的insert 语句检查后,在中心站上执行,实验中心站的同步。 b) 工作流程: -1. Familiar with the popular web-based database installation and use of 2. Master network database application programming techniques 3. Master data synchronization network environment to achieve the relevant programming knowledge 4. Grasp the concrete application of network communication programming Oracle of the installation and use of 2, SQL Server installation and use of 3, database application programming This experiment using ADO technology to access SqlServer 2000 and Oracle 9i database, using VC++ development, use MFC development tools. Experimental request only requires from the slave to the central station synchronization, here we increase the degree of difficulty to achieve from the station and central station of mutual synchronization. Project name: synchronize, namely synchronization. This program is divided into three modules: the database connection operation, communication modules (including the sending and receiving), the user update the data operatio
Platform: | Size: 573440 | Author: zym | Hits:

[Oraclevc_connect_oracle

Description: vc connect oracle source code
Platform: | Size: 11395072 | Author: 姚运勇 | Hits:

[ADO-ODBCVC-ADO

Description: VC通过ADO连接Oracle的例子,内容很详细,相信一定对你又帮助-VC through the examples of ADO to connect Oracle, content in great detail, it is believed to help you again
Platform: | Size: 27648 | Author: 偶是地 | Hits:

[ADO-ODBCADOHelper

Description: VC、ADO数据库操作类ADOHelper,可以插入删除、执行存储过程,可以支持的数据库有SOLServer2000、Access、Oracle。-VC, ADO database operations class ADOHelper, you can insert delete, execute a stored procedure, can be supported databases SOLServer2000, Access, Oracle.
Platform: | Size: 3072 | Author: Mr zhang | Hits:

[Software Engineeringtushuxinxixitongguanli

Description: 图书信息管理系统源代码 要求:有用户登录,密码验证过程,数据库自选(Access,sql2000,Sybase,Oracle等),开发工具自选(Vc,Vb,Delphi,Jb等),系统一定要运行出来,最后完成一份信息管理系统报告书(包括有需求分析和系统分析,主要模块的解释以及最后附带源代码,如有借鉴相关资料需注明书名,版本相关信息)。 -Library Information Management System Source Code
Platform: | Size: 815104 | Author: 宝子 | Hits:

[ADO-ODBCvcoracledatabase

Description: vc+oo4o读取+oracle的源代码,初学的可以-vc oo4o read the oracle source code, beginner' s take a look at
Platform: | Size: 140288 | Author: lishine | Hits:

[Oraclesheji

Description: vc oracle 数据库开发 -vc oracle shujuku kaifa
Platform: | Size: 1141760 | Author: het | Hits:

[VC/MFC91331974VC

Description: vc数据库应用 Oracle 参考 网上收集的 参考-Database
Platform: | Size: 153600 | Author: REGE | Hits:

[OracleVCORACLE

Description: VC ORACLE C语言 实例 书籍 VC数据库编程实例ORACLE数据库(经典)-C programming language VC database instance of ORACLE database (classic) books
Platform: | Size: 152576 | Author: 张雨萌 | Hits:

[OracleVC_ORacle

Description: VC++连接ORacle数据库的几种方法,其中包括PROC连接-VC++ database connection ORacle several methods, including PROC connection
Platform: | Size: 121856 | Author: 王磊 | Hits:

[Oracleoci

Description: VC下的Oracle数据库读写操作案例,VC下的Oracle数据库读写操作案例-VC Oracle VC Oracle
Platform: | Size: 964608 | Author: 李雨婷 | Hits:

[Windows DevelopMYOtt

Description: MFC vs2015 win7 64位环境连接访问ORACLE数据库 实例工程直接编译使用(MFC vs2015 win7 64 ADO ORACLE)
Platform: | Size: 53714944 | Author: 康桑 | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net